home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 43 / CD-ROM 43 / CD-ROM 43.iso / SIMCITY / SIMCITY.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-07-14  |  822 b   |  25 lines

  1. @echo off
  2. rem ****************************************************
  3. rem *                                                  *
  4. rem * This file to be called in order to play SimCity  *
  5. rem * and make sure the VESA VBE drivers are loaded.   *
  6. rem *                                                  *
  7. rem ****************************************************
  8. tryvesa
  9. if not errorlevel 1 goto proceed2
  10. echo No VESA reported.
  11. echo Now trying with UNIVESA VBE driver.
  12. univesa
  13. tryvesa
  14. if not errorlevel 1 goto proceed1
  15. echo Unable to load VESA VBE Driver
  16. echo SimCity CD-ROM requires a VESA-compatible video driver.
  17. echo Please refer to the original installation diskettes for
  18. echo your video card and install the appropriate VESA driver.
  19. goto :finish
  20. :proceed1
  21. echo Success!
  22. :proceed2
  23. sccd %1 %2 %3
  24. :finish
  25.